Use PEGetNthTableLocation to determine the location of a selected table used in the specified print job. This function is typically combined with PESetNthTableLocation to identify the location of a table and then to change it.
BOOL CRPE_API PEGetNthTableLocation (
short printJob,
short tableN,
PETableLocation FAR *location );
Specifies the print job from which you want to retrieve information about a table's location. | |
Specifies the 0 | |
Specifies the pointer to PETableLocation. The format of the string will be depend on the type of database specified. |
Declare Function PEGetNthTableLocation Lib "crpe32.dll" ( ByVal printJob As Integer, ByVal TableN As Integer, Location As PETableLocation ) As Integer
function PEGetNthTableLocation(
printJob: Word;
tableN: integer;
var location: PETableLocation
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |